home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / pwdutils.00 / pwdutils / pwdutils-1.00 / README < prev    next >
Text File  |  1996-05-16  |  1KB  |  34 lines

  1.  
  2. This is the release of passwd utilitys, which are NIS safe.
  3.  
  4.  
  5. See the file COPYING for copying restrictions. This package is 
  6. available under the GNU General Public License as published by 
  7. the Free Software Foundation; either version 2 of the License, 
  8. or (at your option) any later version.
  9.  
  10.  
  11. I've searched for passwd, chfn and chsh, which do not use the
  12. setpwent() function for writing the data back to /etc/passwd.
  13. The problem with the setpwent() function is, that after changing
  14. a local password on a NIS (YP) client, all passwd entry's from 
  15. the NIS (YP) server are stored in the local file. 
  16.  
  17. Since I haven't found such programs, I have wrote my own.
  18.  
  19. passwd could handle all what you need: Changing password, shell
  20. and gecos information in the local database, or if it is a NIS
  21. user, on the NIS master server.
  22.  
  23. I have add a vipw program, which use like the passwd the
  24. lckpwdf()/ulckpwdf() functions for locking the /etc/passwd file.
  25.  
  26. System requirements:
  27.  * libc 5.3.9 or greater. Since I use some of the new functions,
  28.    it will not work with older versions in the moment.
  29.    With a NYS library, it will now work, too.
  30.  
  31. Please send Bugs, suggestions and patches to <kukuk@uni-paderborn.de>
  32.  
  33.  
  34. Thorsten Kukuk <kukuk@uni-paderborn.de>, 16 May 1996.